Auto merge of #2940 - matklad:ambiguous-deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 1 Aug 2016 15:51:40 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2016 15:51:40 +0000 (08:51 -0700)
commit34175981635cb6c827bc59a6ccf980e83fef57fb
tree65af7d9b959cf438d3fb7d04f106615554d400f3
parent1ceb0c9461217a28a3f8bd3f30f7ba4f8b8e1b4f
parent5010618157fa0cc4b7071bfd928e6161bcb59fea
Auto merge of #2940 - matklad:ambiguous-deps, r=alexcrichton

Warn about unused keys in dependency specification

Closes #2869 and #2695